PXC Documentation

PXC Home

Bloom

pre 1.18

Apply bloom effect



Node Data

FilterArray

Display name

Bloom

Internal name

Node_Bloom

Inheritances

node
node_processor
node_bloom

Inputs

node_bloom

surface

Surface In

float

Size

float

Tolerance

float

Strength

surface

Bloom Mask

surface

Mask

float

Mix

bool

Active

toggle

Channel

float

Aspect Ratio

rotation

Direction

enum

Types

vec2

Zoom Origin

Outputs

node_bloom

surface

Surface Out

surface

Bloom Mask

Bloom effect is an effect where the brighter parts of the image blur and bleed the brightness to the nearby pixels.



Properties


Size


Size of the blur effect. Larger blur may need to be compensate with high Strength.


Tolerance


The threshold of the brightness that will be affected by the bloom effect. Lower tolerance will make more pixels to be affected by the bloom effect.


Strength


Strength, intensity of the additive bloom layer.


Bloom Mask


An additional surface that use to control the bloom amount per pixel. The brightness of the mask will be multiplied to the bloom to create final bloom amount.